type net.file
8 uses
net (current package)
nss.go#L165: func parseNSSConf(f *file) *nssConf {
parse.go#L17: type file struct {
parse.go#L23: func (f *file) close() { f.file.Close() }
parse.go#L25: func (f *file) getLineFromData() (s string, ok bool) {
parse.go#L49: func (f *file) readLine() (s string, ok bool) {
parse.go#L67: func (f *file) stat() (mtime time.Time, size int64, err error) {
parse.go#L75: func open(name string) (*file, error) {
parse.go#L80: return &file{fd, make([]byte, 0, 64*1024), false}, nil
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |